net: tftp: Move tftp.h file from ./net to ./include/net
authorLukasz Majewski <[email protected]>
Sun, 23 Aug 2015 22:21:43 +0000 (00:21 +0200)
committerMarek Vasut <[email protected]>
Mon, 7 Sep 2015 11:41:04 +0000 (13:41 +0200)
commit346969584be509b444dd1ba0db31ca7adb47575b
tree63ea95cdf84371c5d1e20a1ebcec81fe63f65338
parent5a6087277c271773248e30c53ba494e328a7d476
net: tftp: Move tftp.h file from ./net to ./include/net

This change gives the ability to reuse the <tftp.h> header file by other
subsystems (like e.g. dfu).

Without this change compilation error emerges for the legacy update.c file.

Signed-off-by: Lukasz Majewski <[email protected]>
Acked-by: Joe Hershberger <[email protected]>
include/net/tftp.h [new file with mode: 0644]
net/bootp.c
net/net.c
net/rarp.c
net/tftp.c
net/tftp.h [deleted file]